user-info

This command configures the User Info tables.

Syntax

(config-voip)# sip-definition proxy-and-registration 
(sip-def-proxy-and-reg)# user-info 

Command

Description

find

Searches an entry in the User Info table.

gw-user-info {0-499|export-csv-to <URL>|find-by <Column and Value>|import-csv-from URL>|new}

Defines and performs various actions on the Gateway User Info table:

Accesses a specific table row index.
Exports the User Info table as a .csv file to a URL
Searches a row entry by column {display-name|global-phone-num|password|pbx-ext|username}
Imports a User Info file (.csv) from a URL
Defines a new entry in the table

sbc-user-info {0-499|export-csv-to <URL>|find-by <Column and Value>|import-csv-from <URL>|new}

Defines and performs various actions on the SBC User Info table:

Accesses a specific table row index.
Exports the User Info table as a .csv file to a URL
Searches a row entry by column {ip-group-name|local-user|password|username}
Imports a User Info file (.csv) from a URL
Defines a new entry in the table

Command Mode

Privileged User

Example

This example searches for the user "Joe":

(config-voip)# sip-definition proxy-and-registration 
(sip-def-proxy-and-reg)# user-info sbc-user-info find-by local-user Joe
sbc-user-info 2
  local-user "Joe"
  username ""
  password ""
  ip-group-name "MoH Users"